# HG changeset patch # User Paul Wise # Date 1770101479 -28800 # Tue Feb 03 14:51:19 2026 +0800 # Node ID fcb74dd0f38916f8d93beb3a3137179c7080b547 # Parent 7ee1447e6977ed2f0ace2f5bc1a8c3e41d4f6fe5 hgweb: add "url" into the JSON template for an indexentry diff -r 7ee1447e6977 -r fcb74dd0f389 mercurial/templates/json/map --- a/mercurial/templates/json/map Thu Jan 29 18:14:42 2026 +0100 +++ b/mercurial/templates/json/map Tue Feb 03 14:51:19 2026 +0800 @@ -241,6 +241,7 @@ "entries": [{join(entries%indexentry, ", ")}] }' indexentry = '\{ + "url": {url|utf8|json}, "name": {name|utf8|json}, "description": {description|utf8|json}, "contact": {contact|utf8|json}, _______________________________________________ Mercurial-devel mailing list Mercurial-devel@lists.mercurial-scm.org https://lists.mercurial-scm.org/mailman/listinfo/mercurial-devel